*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
    font-family: "RobotoRegular", sans-serif;
    font-size: 16px;
}

header {
    margin: 0;
    padding: 50px 0;
    background: url(../images/bg_header.png) no-repeat top center;
    height: auto;
}

header .logo img {
    margin-top: 15px;
}

header .logo {
    text-align: center;
}

header .vk p {
    font-family: "BIP";
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 26px 100px 26px 0px;
    margin-top: 35px;
    /*background: url(../images/vk1.html) no-repeat top right;*/
}

header .vk a {
    text-decoration: none;
}

header .phone p {
    font-family: "BIP";
    font-size: 24px;
    color: #312653;
    text-align: right;
    /*background: url(../images/phone_bg.html) no-repeat top right;*/
    padding: 30px 30px 35px 0px;
}

/* online now*/
.screen {
    box-sizing: border-box;
    height: 100vh;
    padding: 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.screen--teal {
    background: rgba(57, 204, 204, 1);
    background: -webkit-linear-gradient(top, rgba(57, 204, 204, 1) 0%, rgba(34, 122, 122, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 204, 204, 1) 0%, rgba(34, 122, 122, 1) 100%);
}
.screen--blue {
    background: rgba(0, 116, 217, 1);
    background: -webkit-linear-gradient(top, rgba(0, 116, 217, 1) 0%, rgba(0, 65, 122, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 116, 217, 1) 0%, rgba(0, 65, 122, 1) 100%);
}
.screen__description {
    max-width: 60rem;
    margin-bottom: 2rem;
}
.panel {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: whitesmoke;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .7);
    padding: .5rem 0;
    text-shadow: none;
}
.panel--top {
    position: fixed;
    top: 0;
    left: 0;
    z-index:999;
}

/*Notification Hacks*/
.notification {
    display: none;
    background-color: whitesmoke;
    padding: 1rem 1.5rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
    transition: opacity .3s ease-in;
    opacity: 0;
}
.notification--bottom-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.notification__text {
    color: rgba(0, 0, 0, .8);
    text-shadow: none;
    font-size: 1.45rem;
    line-height: 1.5;
    text-align: left;
    margin: auto 0;
}

.notification--top-right {
    position: fixed;
    top: 60px;
    right: 20px;
}
.notification__icon {
    margin: auto 1rem auto 0;
    fill: rgba(0, 0, 0, .8);
}

.notification__close {
    order: 99;
    margin: -0.6rem -1rem 0 .6rem;
    font-size: .75rem;
    cursor: pointer;
    color: rgba(0, 0, 0, .7);
    transition: color .15s ease-in;
}
.notification__close:hover {
    color: black;
}

/* order-v1  color-sheme*/

.order-block-v1.color-sheme .cost-cont .old-cost>span{
    color: rgba(255,255,255,.6);
}
.order-block-v1.color-sheme .cost-cont .new-cost>span{
    color: #fff;
}
.order-block-v1 .timer-cont{
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.3);
}
.timer-cont>h3{
    padding: 0 0 5px;
    text-align: center;
    color:#fff;
}
.timer-action .timer-col{
    position: relative;
    display: inline-block;
    width: 55px;
    margin: 0 10px;
    color:#fff;
    margin-bottom:15px;
}
.timer-action .timer-col:after{
    content: ':';
    position: absolute;
    top: 15%;
    right: -12px;
    font-size: 1.2em;
}
.timer-action .timer-col:last-child:after{
    display: none;
}
.timer-action .timer-col>strong{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1em;
    line-height: 48px;
    font-size: 2em;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
}
.order-block-v1 .timer-action .timer-col>span{
    display: inline-block;
    font-weight: 400;
}

.certificate h2 {
    font-size:40px;
}

.block-original h3 {
    color: #fff;
    padding-bottom: 12px;
    margin: 0;
}

.padding-0 {
    padding: 0;
}

.menu ul li {
    font-family: "BIP";
    font-size: 30px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

ul.justify {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
    zoom: 1;
    text-align-last: justify;
    height: 51px;
}

ul.justify>li {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    text-align-last: justify;
}

ul.justify>li a {
    display: block;
    padding: 15px 0;
    padding-bottom: 10px;
}
header .zakaz {
    text-align: center;
}

header .zakaz img {
    padding: 0 60px;
    margin: 0 auto 10px;
    width: 100%;
}

header .nabors img {
    display: block;
    margin: 0 auto 35px;
    width: 363px;
}

header .zakaz a {
    font-family: "BIP";
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 7px solid #91ab18;
}

header .price_block {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

header .price_block .price_item {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

header .price_block .price_item.old {
    margin: 0 20px 0 0;
    text-decoration: line-through;
    font-size: 36px;
    line-height: 36px;
    color: #bfd015;
}

header .price_block .price_item.new {
    font-size: 44px;
    line-height: 44px;
    color: #fff;
}




.price_block {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.price_block .price_item {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.price_block .price_item.old {
    margin: 0 20px 0 0;
    text-decoration: line-through;
    font-size: 26px;
    line-height: 36px;
    color: #bfd015;
}

.price_block .price_item.new {
    font-size: 33px;
    line-height: 44px;
    color: #000;
}

.svoistva ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svoistva ul li {
    margin-bottom: 80px;
    font-family: "FFDINRoundPro_Bold";
    font-size: 20px;
}

.svoistva ul li img {
    margin-right: 15px;
    float: left;
}

.svoistva ul li p {
    margin: 0;
    padding-top: 20px;
}

.pt-10 {
    padding-top: 5px !important;
}

.for_whom img{
    width: 100%;
}

.years {
    font-size: 20px;
    font-family: "Ubuntu";
    color: #bfd015;
}

.years span {
    font-size: 60px;
}

.main_text {
    font-family: "FFDINRoundPro_Bold";
    font-size: 20px;
    color: #34495e;
    line-height: 2;
}

.for {
    padding-left: 90px;
    padding-top: 145px;
}


.blue_bg {
    background: url(../images/blue_bg.png) no-repeat top center;
    height: 641px;
}

.small_text {
    font-size: 15px;
    font-family: "Ubuntu";
    color: #fff;
    text-align: center;
    margin: -30px 0 0px 0;
}

.how img {
    width: 100%;
    margin-top: 30px;
}

.how_work {
    text-align: left;
}

.how_work img {
    margin-top: 160px;
}

.how_work p {
    font-family: "FFDINRoundPro_Bold";
    font-size: 20px;
    color: #fff;
    line-height: 2;
    padding-right: 60px;
}

.interactivity img {
    width: 100%;
}

.interact p {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #34495e;
    line-height: 2;
}

.interact {
    padding: 95px 0px 0 105px;
}

.sostav {
    background: url(../images/bg_sostav.png) no-repeat top center;
}

.complekt {
    font-size: 62px;
    font-family: "BIP";
    color: #322752;
    text-align: center;
    margin: 130px 0;
    line-height: 1;
    padding-left: 100px;
}

.list {
    color: #fff;
    font-size: 32px;
    font-family: "FFDINRoundPro_Bold";
    margin: 93px 0;
    margin-left: -70px;
    position: absolute;
    text-align: center;
    transform: rotate(-5deg);
}

.list span {
    color: #322752;
}

.list img {
    margin-right: 10px;
}

.poddelka img {
    float: left;
    margin: 13px;
}

.video_fon {
    background: url(../images/video_bg_new2.jpg) no-repeat top center;
    margin-top: 80px;
}

.square_video {
    border: 2px solid #5db3fd;
    margin-top: 150px;
    margin-bottom: 115px;
    padding: 15px 15px 10px 15px;
    -webkit-box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
    -moz-box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
    box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
}

.video {
    padding: 0 30px;
}

.square_video iframe {
    -webkit-box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
    -moz-box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
    box-shadow: 0px 0px 35px 6px rgba(165,98,247,0.16);
}

.nabor-image {
    text-align:center;
    min-height: 288px;
}

.nabor-text p {
}

.title_benefits p {
    margin: 0 0 40px 0;
    font-size: 62px;
    font-family: "BIP";
    color: #6380f7;
    text-align: center;
}

.title_dostavka p {
    margin: 0 0 40px 0;
    font-size: 62px;
    font-family: "BIP";
    color: #6380f7;
    text-align: center;
}

.title_poddelka p {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-family: "BIP";
    color: #6380f7;
    text-align: center;
}

.title_nabory p {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-family: "BIP";
    color: #6380f7;
    text-align: center;
}

h1 {
    font-family: "BIP";
    font-size: 37px;
    color: #627ff7;
}

.dostavka ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.dostavka ul li {
    padding-left: 25px;
    /*background: url(../images/ellips.png) no-repeat 0px 12px;*/
    color: #34495e;
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
}

.steps_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.steps_list .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    width: 220px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
}

.steps_list .step_item .icon {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #6487f9;
    background-position: center;
    background-repeat: no-repeat;
}

.steps_list .step_item:first-child .icon {
    background-image: url(../images/order_steps__step1_icon.png);
}

.steps_list .step_item:nth-child(2) .icon {
    background-image: url(../images/order_steps__step2_icon.png);
}

.steps_list .step_item:nth-child(3) .icon {
    background-image: url(../images/order_steps__step3_icon.png);
}

.steps_list .step_item:last-child .icon {
    background-image: url(../images/order_steps__step4_icon.png);
}

.terminal {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #fff;
    /*background: url(../images/terminal.html) no-repeat top left;*/
    padding: 8px 0 10px 35px;
    margin: 15px 0;
}

.usual_text {
    font-size: 20px;
    font-family: "FFDINRoundPro_Regular";
    color: #34495e;
    padding-right: 15px;
}

.cena {
    color: #fff;
    font-family: "FFDINRoundPro_Bold";
    font-size: 20px;
    /*background: url(../images/cena.html) no-repeat top left;*/
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0px 40px 10px 40px;
}

.otpravka {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #34495e;
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}


.mt100 {
    margin-top: 100px;
}

.dots {
    position: absolute;
    left: 49%;
    margin-top: 235px;
}

.cal_fon {
    background: #627ff7;
    margin-top: 30px;
}

.optom p {
    text-align: center;
    font-size: 62px;
    font-family: "BIP";
    color: #627ff7;
    /*background: url(../images/wholesale.png) no-repeat top center;*/
    margin: 80px 0 10px 0;
    padding: 45px 0;
}


.calculate a {
    font-family: "BIP";
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 60px;
    border-bottom: 7px solid #91ab18;
}

.calculate {
    text-align: center;
}


.white_fon {
    background: #fff;
    padding: 70px 0 80px 0;
}

.sertificat span {
    font-size: 40px;
    font-family: "FFDINRoundPro_Bold";
    color: #34495e;
    margin: 0;
}

.sertificat p {
    font-size: 30px;
    font-family: "FFDINRoundPro_Regular";
    color: #34495e;
    margin: 0;
}

.sertificat img {
    width: 55%;
    position: relative;
    margin-top: 0;
    -webkit-box-shadow: -6px 6px 45px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: -6px 6px 45px 0px rgba(0,0,0,0.39);
    box-shadow: -6px 6px 45px 0px rgba(0,0,0,0.39);
}

.grey_fon {
    background: #f3f3f3;
    padding: 70px 0;
}

.quest_answer p {
    text-align: center;
    font-size: 62px;
    font-family: "BIP";
    color: #fff;
    background: url(../images/question-answer.png) no-repeat top center;
    margin: 0 0 55px 0;
    padding: 40px 0 45px 0;
}

.videoblock p {
    text-align: center;
    font-size: 41px;
    font-family: "BIP";
    color: #fff;
    margin: 0 0 15px 0;
    padding: 60px 0 15px 0;
}

h2 {
    font-size: 20px;
    color: #627ff7;
    font-family: "FFDINRoundPro_Bold";
}

.blocks_answer p {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #34495e;
    padding-left: 20px;
}

.blocks_answer {
    background: #fff;
    padding: 20px 40px;
    border-radius: 25px;
    border-bottom: 4px solid #627ff7;
    border-right: 4px solid #627ff7;
    margin-bottom: 40px;
}

.fiol_border {
    border-bottom: 4px solid #a562f7;
    border-right: 4px solid #a562f7;
}

.green_border {
    border-bottom: 4px solid #bfd015;
    border-right: 4px solid #bfd015;
}

.temn_border {
    border-bottom: 4px solid #322752;
    border-right: 4px solid #322752;
}

.rewievs p {
    font-size: 62px;
    font-family: "BIP";
    color: #fff;
    text-align: center;
    /*background: url(../images/reviews.html) no-repeat top center;*/
    margin: 0;
    padding: 10px 0 100px 0;
}

.review_item {
    margin: 0 0 40px;
}

.review_item:last-child {
    margin: 0;
}

.review_item img {
    display: block;
    float: left;
    margin: 0 30px 0 0;
    width: 300px;
    border: 4px solid #03A9F4;
}

.review_item .author_info {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #627ff7;
    text-transform: uppercase;
}

.review_item p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}

.blue_zakaz {
    background: url(../images/bg_zakaz.png) no-repeat top center;
}

.form_boy img {
    float: right;
    margin-top: -60px;
    margin-bottom: 17px;
}

.form_boy p {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}

.form_boy a {
    font-family: "BIP";
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 7px solid #91ab18;
    display: inline-block;
}

.form_boy {
    text-align: center;
}

.gallery img {
    width: 100%;
    margin-bottom: 30px;
    border: 4px solid #03A9F4;
}

footer {
    padding: 25px 0;
    background: url(../images/bg_header.png) no-repeat top center;
    height: auto;
    text-align: center;
}

footer img {
    display: block;
    margin: 0 auto 10px;
}

footer a {
    color: #fff;
}
.politica {
    font-size: 20px;
    font-family: "FFDINRoundPro_Regular";
    color: #fff;
}

.politica a {
    color: #fff;
}
.politica a:hover {
    color: #bfd015;
    text-decoration: none;
}

#conf {
    padding: 30px 25px;
}

#conf p {
    font-size: 20px;
    font-family: "FFDINRoundPro_Regular";
    color: #000;
}

#conf p span {
    font-weight: bold;
}
footer .logo img {
    margin-top: 0;
    width: 100%;
}

footer .logo {
    text-align: center;
}

footer .vk p {
    font-family: "BIP";
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    padding: 26px 100px 26px 0px;
    margin-top: 35px;
    /*background: url(../images/vk1.html) no-repeat top right;*/
}

footer .vk a {
    text-decoration: none;
}

footer .phone p {
    font-family: "BIP";
    font-size: 24px;
    color: #312653;
    text-align: right;
    /*background: url(../images/phone_bg.html) no-repeat top right;*/
    padding: 30px 30px 35px 0px;
}

footer .menu {
    padding: 45px 0 15px 0;
}

.tabs_box {
    margin-bottom: 40px;
}

#tab2, #tab3 {
    display: none;
}

.tab {
    padding: 0 10px;
}

.tabs_menu {
    /*display: table-row;*/
    padding: 0px 20px 0 0;
}

.tabs_menu li {
    display: table-cell;
    width: auto;
}

.tabs_menu li a {
    padding: 5px 0 5px 5px;
    display: table-cell;
    text-align: center;
    text-decoration: none;
    background: #3c4f9a;
    color: #292929;
    border: none;
}

.tabs_menu li:first-child a {
    border-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tabs_menu .active {
    background: #3c4f9a;
    color: #fff;
}

.switch{
    background: transparent;
    display: block;
    float: left;
    height: 30px;
    left: 0;
    position: relative;
    top: 0;
    width: 30px;
    z-index: 1;
    border-radius: 50%;
}

.switch2{
    background: transparent;
    display: block;
    float: right;
    height: 30px;
    right: 5px;
    position: relative;
    top: 0;
    width: 30px;
    z-index: 1;
    border-radius: 50%;
}

.first {
    position: relative;
    right: -20px;
}

.tabs_menu .active span {
    background: #bfd016;
}

.vid {
    font-size: 20px;
    color: #4c3297;
    text-align: center;
    font-family: "FFDINRoundPro_Black";
    text-transform: uppercase;
}

.tabs_menu p.nabor1 {
    position: relative;
    left: -140px;
    margin: 0 0 -28px 0;
    font-size: 20px;
    font-family: "FFDINRoundPro_Regular";
}

.tabs_menu p.nabor2 {
    position: relative;
    right: -130px;
    margin: 0 0 -28px 0;
    font-size: 20px;
    font-family: "FFDINRoundPro_Regular";
    text-transform: none;
}


.calculate select {
    display: none;
}

.calculate .count {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #fff;
    text-align: left;
    padding-left: 90px;
    margin: 80px 0 35px 0;
}

.demo {
    margin: 0 90px;
}

.itogo {
    font-size: 20px;
    font-family: "FFDINRoundPro_Bold";
    color: #fff;
    text-align: center;
    background: transparent;
    border: none;
}

.itogo_cena {
    /*background: url(../images/price.html) no-repeat top center;*/
    border: none;
    padding: 0 130px;
    font-size: 50px;
    font-family: "FFDINRoundPro_Bold";
    color: #fff;
    text-align: center;
    width: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    /*background: url(../images/pols.html) no-repeat top left;*/
    width: 46px;
    height: 105px;
    background-size: contain;
    top: -50px;
    cursor: pointer;
    margin-left: -28px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "FFDINRoundPro_Bold";
    padding-top: 5px;
}

:focus {
    outline: none;
}

.ui-widget-header {
    background: #fff;
}

.big_ch {
    font-size: 50px;
    font-family: "FFDINRoundPro_Bold";
    color: #4c3297;
    text-align: left;
    margin: 0 0 0 -50px;
}

.big_ch2 {
    font-size: 50px;
    font-family: "FFDINRoundPro_Bold";
    color: #4c3297;
    text-align: right;
    margin: -80px -120px 0 0;
}


ul.justify>li a:hover {
    color: #052667;
    transition: 0.1s;
}

header .vk p:hover {
    color: #052667;
    transition: 0.1s;
}

footer .vk p:hover {
    color: #052667;
    transition: 0.1s;
}

/*footer .phone p:hover {
	color: #fff;
	cursor: pointer;
	transition: 0.1s;
}*/

/*header .phone p:hover {
	color: #fff;
	cursor: pointer;
	transition: 0.1s;
}
*/
header .zakaz a:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

.calc:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

.form_boy a:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

#lv-formLanding1 button:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

#zayvka1 button:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

#zayvka3 button:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}


#blag {
    text-align: center;
    width: 500px;

}

#blag p {
    font-size: 26px;
    font-family: "FFDINRoundPro_Regular";
    color: #000;
    margin-bottom: 50px;
}

#blag img {
    margin-top: 50px;
}

#lv-formLanding1 {
    width: 500px;
}

#lv-formLanding1 h3 {
    margin-top: 15px;
    font-size: 25px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
}

#lv-formLanding1 p {
    font-size: 16px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
    margin-bottom: 25px;
    padding: 0 45px;
}

#lv-formLanding1 input {
    width: 100%;
    font-size: 14px;
    font-family: "FFDINRoundPro_Regular";
    /*padding: 20px 15px;*/
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    height: 38px;
    padding-bottom: 7px;
}

#lv-formLanding1 button {
    width: 215px;
    font-family: "FFDINRoundPro_Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 14px;
    margin: 0px 0 30px 0;
    /* border-bottom: 7px solid #91ab18; */
}

#zayvka1 {
    width: 500px;
}

#zayvka1 h3 {
    margin-top: 15px;
    font-size: 25px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
}

#zayvka1 p {
    font-size: 16px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
    margin-bottom: 25px;
    padding: 0 45px;
}

#zayvka1 input {
    width: 100%;
    font-size: 14px;
    font-family: "FFDINRoundPro_Regular";
    /*padding: 20px 15px;*/
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    height: 38px;
    padding-bottom: 7px;
}

#zayvka1 button {
    width: 215px;
    font-family: "FFDINRoundPro_Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 14px;
    margin: 0px 0 30px 0;
    /* border-bottom: 7px solid #91ab18; */
}


#zayvka3 {
    width: 500px;
}

#zayvka3 h3 {
    margin-top: 50px;
    font-size: 25px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
}

#zayvka3 p {
    font-size: 16px;
    font-family: "FFDINRoundPro_Bold";
    color: #265ea2;
    margin-bottom: 25px;
    padding: 0 45px;
}

#zayvka3 input {
    width: 100%;
    font-size: 14px;
    font-family: "FFDINRoundPro_Regular";
    /*padding: 20px 15px;*/
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

#zayvka3 button {
    width: 215px;
    font-family: "FFDINRoundPro_Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 14px;
    margin: 0px 0 30px 0;
    /* border-bottom: 7px solid #91ab18; */
}

.fancybox-skin {
    padding: 0 !important;

    background: #fff;
}

.fancybox-close {
    background-image: url(../images/menu_close.svg);
    top: 0;
    right: 0;
    background-size: contain;
    border-radius: 25px;
}

.block {
    margin-bottom: 30px;
}

@-moz-keyframes shake {0%, 10% {-moz-transform: translateX(0);}1%, 3%, 5%, 7%, 9% {-moz-transform: translateX(-4px);}2%, 4%, 6%, 8% {-moz-transform: translateX(4px);}}
@-ms-keyframes shake {0%, 10% {-ms-transform: translateX(0);}1%, 3%, 5%, 7%, 9% {-ms-transform: translateX(-4px);}2%, 4%, 6%, 8% {-ms-transform: translateX(4px);}}
@-o-keyframes shake {0%, 10% {-o-transform: translateX(0);}1%, 3%, 5%, 7%, 9% {-o-transform: translateX(-4px);}2%, 4%, 6%, 8% {-o-transform: translateX(4px);}}
@keyframes shake {0%, 10% {transform: translateX(0);}1%, 3%, 5%, 7%, 9% {transform: translateX(-4px);}2%, 4%, 6%, 8% {transform: translateX(4px);}}
#snow-wrapper,
#snow-wrapper * {
    box-sizing: border-box;
}
#snow-wrapper {
    font-family: OpenSans,Ubuntu,sans-serif;
    margin-right: -730px;
    position: absolute;
    right: 50%;
    top: 360px;
    z-index: 9;
}
#snow-wrapper.fixed {
    position: fixed;
    top: 25px;
}
#snow-container {
    /*background: transparent url("../images/callme.html") no-repeat scroll center center;*/
    /* background-image: url("/img/vp2016.png");*/
    padding: 32px 20px;
    position: relative;
    z-index: 2;

    -webkit-animation: shake 6s ease-in infinite;
    -moz-animation: shake 6s ease-in infinite;
    -ms-animation: shake 6s ease-in infinite;
    -o-animation: shake 6s ease-in infinite;
    animation: shake 6s ease-in infinite;
}
#snow-wrapper:hover #snow-container {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
#snow-block {
    /*background: #ed316e url("/img/fir.png") no-repeat scroll center center;*/

    /*border: 5px solid #ffffff;
    border-radius: 50%;*/
    color: #312653;
    font-family: "BIP";
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    height: 136px;
    padding: 70px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
    line-height: 1;
    border: 11px solid #8faa85;
    border-radius: 50%;
}
/*#snow-block span {
  font-size: 15px;
}*/
#snow-desc {
    background-color: #ffffff;
    border-radius: 10px;
    color: #006383;
    overflow: hidden;
    font-size: 14px;
    height: 200px;
    position: absolute;
    right: 72px;
    top: 0;
    width: 0px;
    z-index: 1;

    -webkit-transition: width 0.5s ease-out 0.5s;
    -moz-transition: width 0.5s ease-out 0.5s;
    -o-transition: width 0.5s ease-out 0.5s;
    transition: width 0.5s ease-out 0.5s;
}
#snow-wrapper:hover #snow-desc {
    width: 390px;
}
#snow-desc .desc-wrapper {
    padding: 20px;
    width: 390px;
    overflow: hidden;
}
/*#snow-desc p {
	margin-bottom: 15px;
}*/
#snow-desc p{
    margin-bottom: 0;
    padding-right: 70px;
    line-height: 20px;
}
#snow-desc p:last-child {
    margin-bottom: 0;
}
#snow-desc a {
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    color: inherit;
}
#snow-desc a:hover {
    text-decoration: underline;
}
#zayvka1 {
    width: auto;
}

#zayvka1 input {
    width: 100%;
    font-size: 14px;
    font-family: "FFDINRoundPro_Regular";
    padding: 20px 15px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}

#zayvka1 button {
    width: 215px;
    font-family: "FFDINRoundPro_Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 0 14px;
    margin: 0px 0 30px 0;
    /* border-bottom: 7px solid #91ab18; */
}
#zayvka1 button:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

.proizv p {
    font-size: 18px;
    font-family: "FFDINRoundPro_Bold";
    color: #032062;
}

.proizv p span {
    border-bottom: 2px solid #b0b9ce;
}

.official p {
    margin-top: -22px;
    font-family: "BIP";
    color: #fff;
    /*background: url(../images/official.html) no-repeat top right;*/
    text-align: center;
    font-size: 19px;
    line-height: 1;
    padding: 60px 0 75px 80px;
}

.big_nabor {
    /*background: url(../images/cennik.html) no-repeat;*/
    padding: 55px 45px;
    color: #f5f7ea;
    font-family: "FFDINRoundPro_Bold";
    font-size: 37px;
    position: absolute;
    bottom: 0;
    margin-left: 45px;
    margin-bottom: 15px;
}

.small_nabor {
    /*background: url(../images/cennik.html) no-repeat;*/
    padding: 55px 43px;
    color: #fff;
    font-family: "FFDINRoundPro_Bold";
    font-size: 37px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    margin-bottom: -20px;
}

.form_optom {
    margin: 30px auto;
}

.form_optom .question {
    padding-bottom: 90px !important;
    height: 120px;
}


.form_optom button {
    width: 94% !important;
    font-family: "FFDINRoundPro_Bold";
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 14px 35px 14px !important;
    margin: 0px 0 30px 0 !important;
    /* border-bottom: 7px solid #91ab18; */
}

.gallery_section {
    text-align: center;
}

.gallery {
    margin: 0 0 20px;
}

.gallery_section .yellow_button {
    display: block;
    margin: 0 auto;
    width: 270px;
    font-family: "BIP";
    text-transform: uppercase;
    font-size: 26px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 7px solid #91ab18;
}

.gallery_section a:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

.prices_section .yellow_button {
    display: block;
    margin: 0 auto;
    width: 215px;
    font-family: "BIP";
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #bfd015;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 7px solid #91ab18;
}

.prices_section a:hover {
    background: rgba(221, 239, 43, 0.94);
    transition: 0.1s;
}

.video-container {
    width: 100%;
    height: 365px;
    background: #000;
    overflow: hidden;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.delivery_section {
    padding: 0 0 30px;
}